Skip to content

feat(specs): add EIP-7805 spec#1928

Open
jihoonsong wants to merge 1 commit intoethereum:eips/amsterdam/eip-7805from
jihoonsong:eips/amsterdam/eip-7805
Open

feat(specs): add EIP-7805 spec#1928
jihoonsong wants to merge 1 commit intoethereum:eips/amsterdam/eip-7805from
jihoonsong:eips/amsterdam/eip-7805

Conversation

@jihoonsong
Copy link
Copy Markdown
Member

@jihoonsong jihoonsong commented Dec 16, 2025

What was wrong?

This PR implements EIP-7805 on top of Amsterdam.

How was it fixed?

This PR passes IL transactions as the third parameter to state_transition and check if the block satisfies the IL constraints. Note that this check should be done after transaction execution and before withdrawal processing. It is because some withdrawal could make a sender be able to afford their IL transactions, which wasn't possible before.

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

@jihoonsong jihoonsong mentioned this pull request Dec 16, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.21%. Comparing base (c9e90a2) to head (cf5c369).

Additional details and impacted files
@@                     Coverage Diff                     @@
##           eips/amsterdam/eip-7805    #1928      +/-   ##
===========================================================
- Coverage                    86.35%   86.21%   -0.15%     
===========================================================
  Files                          599      599              
  Lines                        36904    37002      +98     
  Branches                      3771     3798      +27     
===========================================================
+ Hits                         31868    31900      +32     
- Misses                        4485     4537      +52     
- Partials                       551      565      +14     
Flag Coverage Δ
unittests 86.21% <ø> (-0.15%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Carsons-Eels pushed a commit to Carsons-Eels/execution-specs that referenced this pull request Jan 6, 2026
…ereum#1928)

* fix(tests): EIP-7825: Pre-Osaka tests consuming more than the tx gas limit cap

* fix(tests): EIP-7825: Pre-Osaka BLS tests consuming more than the tx gas limit cap

* fix: tox

* docs: changelog

* chore(tests): make blake2 use dynamic tx limit.

* chore(tests): update slow deposit tests.

* chore(tests): tstore run until out of gas test.

---------

Co-authored-by: spencer-tb <spencer@spencertaylorbrown.uk>
Carsons-Eels pushed a commit to Carsons-Eels/execution-specs that referenced this pull request Jan 6, 2026
…ereum#1928)

* fix(tests): EIP-7825: Pre-Osaka tests consuming more than the tx gas limit cap

* fix(tests): EIP-7825: Pre-Osaka BLS tests consuming more than the tx gas limit cap

* fix: tox

* docs: changelog

* chore(tests): make blake2 use dynamic tx limit.

* chore(tests): update slow deposit tests.

* chore(tests): tstore run until out of gas test.

---------

Co-authored-by: spencer-tb <spencer@spencertaylorbrown.uk>
@petertdavies petertdavies self-assigned this Jan 7, 2026
@felix314159 felix314159 changed the base branch from forks/amsterdam to eips/amsterdam/eip-7805 March 5, 2026 13:32
@felix314159
Copy link
Copy Markdown
Contributor

Please rebase if you think that this should get merged instead of closed

@jihoonsong
Copy link
Copy Markdown
Member Author

@felix314159 Let me rebase this by next week. Thanks!

@jihoonsong jihoonsong force-pushed the eips/amsterdam/eip-7805 branch from 3158215 to c4bac21 Compare March 21, 2026 15:51
@jihoonsong
Copy link
Copy Markdown
Member Author

@felix314159 I've rebased this PR. Could you please rebase eips/amsterdam/eip-7805 branch to forks/amsterdam?

@jihoonsong jihoonsong force-pushed the eips/amsterdam/eip-7805 branch from c4bac21 to 6088634 Compare March 21, 2026 16:10
@jihoonsong jihoonsong force-pushed the eips/amsterdam/eip-7805 branch from 6088634 to b7bed64 Compare March 23, 2026 06:06
@felix314159
Copy link
Copy Markdown
Contributor

we have a workflow that we can trigger to rebase any EIP branch on top of forks/amsterdam, it's called eip-rebase.yaml. i just ran it on 7805

@felix314159 felix314159 force-pushed the eips/amsterdam/eip-7805 branch from b7bed64 to cf5c369 Compare April 2, 2026 14:22
@felix314159
Copy link
Copy Markdown
Contributor

i rebased the base and target branches on top of latest forks/amsterdam, i want to get this PR merged so that collaborating on top of it will be easier. i had to force-push manually because our workflow is currently broken due to tooling changes.

i can see that github shows a bugged 'commits' and 'files changed' number for me (we had this before). usually this can be fixed by changing the target branch (currently: eips/amsterdam/eip-7805) to sth else and then back to eips/amsterdam/eip-7805. can you try this? @jihoonsong

@jihoonsong jihoonsong changed the base branch from eips/amsterdam/eip-7805 to devnets/bal/2 April 2, 2026 22:55
@jihoonsong jihoonsong changed the base branch from devnets/bal/2 to eips/amsterdam/eip-7805 April 2, 2026 22:55
@jihoonsong
Copy link
Copy Markdown
Member Author

I've done the branch switching trick and now it shows the right commit. Thank you! @felix314159

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants